From: Jim Blandy Date: Sat, 12 Jun 1993 17:31:26 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95366 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d7cc616b8d8648c0faa5fe58bb492d4e22e44e0;p=emacs.git Doc fix. --- diff --git a/src/frame.c b/src/frame.c index cbf4e96afa5..006e4dec781 100644 --- a/src/frame.c +++ b/src/frame.c @@ -771,7 +771,7 @@ and nil for X and Y.") } DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, - "Move the mouse pointer to the center of cell (X,Y) in FRAME.\n\ + "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\ WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") (frame, x, y) Lisp_Object frame, x, y; diff --git a/src/lisp.h b/src/lisp.h index b7f5e0e20b2..7acf63d6be9 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1257,7 +1257,7 @@ extern Lisp_Object Frubber_band_rectangle (); /* defined in emacs.c */ extern Lisp_Object decode_env_path (); extern Lisp_Object Vinvocation_name; -void shut_down_emacs ( /* int signal */ ); +void shut_down_emacs ( /* int signal, int no_x */ ); /* Nonzero means don't do interactive redisplay and don't change tty modes */ extern int noninteractive; /* Nonzero means don't do use window-system-specific display code */